Click or drag to resize

ServiceDeleteItem Method (IListItemId, DeleteType, AffectedTaskOccurrences)

Deletes multiple items.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<Response> DeleteItem(
	IList<ItemId> items,
	DeleteType deleteType,
	AffectedTaskOccurrences affectedTaskOccurrences
)

Parameters

items
Type: System.Collections.GenericIListItemId
The IDs of the items to delete.
deleteType
Type: Independentsoft.ExchangeDeleteType
The deletion mode.
affectedTaskOccurrences
Type: Independentsoft.ExchangeAffectedTaskOccurrences
Indicates which instance of a recurring task should be deleted.

Return Value

Type: IListResponse
A collection of deletion results for each of the specified item IDs.
See Also